object frmFirewallTrustedPublishersEditor: TfrmFirewallTrustedPublishersEditor Left = 0 Top = 0 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'frmFirewallSiteEditor' ClientHeight = 413 ClientWidth = 518 Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter OnCreate = FormCreate OnDestroy = FormDestroy OnHelp = FormHelp OnShow = FormShow DesignSize = ( 518 413) PixelsPerInch = 96 TextHeight = 14 object pnlMainParent: TPanel Left = 0 Top = 0 Width = 518 Height = 413 Anchors = [akLeft, akTop, akRight, akBottom] BevelOuter = bvNone ParentColor = True ParentShowHint = False ShowHint = True TabOrder = 0 DesignSize = ( 518 413) object lblTrusted: TResLabel Left = 38 Top = 12 Width = 181 Height = 14 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False Transparent = True ResourceCaption = 50109 ResourceOptions = [rsoStripAccels, rsoStripCRLF] end object imgTrustedSites: TResImage Left = 16 Top = 10 Width = 16 Height = 16 Cursor = crHandPoint AutoSize = True Transparent = True ResourceImage = 'MISC_NOTE' end object btnOK: TResTeButton Left = 407 Top = 374 Width = 99 Height = 25 OnClick = btnOKClick Anchors = [akRight, akBottom] Default = True ModalResult = 1 TabOrder = 0 ResourceCaption = 50114 ResourceHint = 50114 ExplicitLeft = 352 end object lvwTrustedPublishers: TListView Left = 14 Top = 32 Width = 387 Height = 321 Anchors = [akLeft, akTop, akRight] Color = clWhite Columns = < item Caption = 'ColumnPubName' MaxWidth = 2000 MinWidth = 5 Width = 383 end> HideSelection = False ReadOnly = True RowSelect = True SortType = stText TabOrder = 1 ViewStyle = vsReport OnSelectItem = OnSelectItem end object btnRemoveTrustedPublisher: TResTeButton Left = 407 Top = 63 Width = 99 Height = 25 OnClick = btnRemoveTrustedPublisherClick Anchors = [akTop, akRight] TabOrder = 2 ResourceCaption = 50113 end object btnAddTrustedPublisher: TResTeButton Left = 407 Top = 32 Width = 99 Height = 25 OnClick = btnAddTrustedPublisherClick Anchors = [akTop, akRight] TabOrder = 3 ResourceCaption = 50111 ExplicitLeft = 352 end end object ThemeForm: TTeForm2 ThemeObject = 'StandardDialog' Left = 16 Top = 360 end object dlgAddApplication: TOpenDialog Filter = 'Executable Files|*.exe|Command Files|*.com' Left = 56 Top = 360 end end